home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / xlib03.zip / XFILEIO.INC < prev    next >
Text File  |  1993-04-05  |  966b  |  27 lines

  1. ;-----------------------------------------------------------------------
  2. ;
  3. ; XFILEIO - Include file
  4. ;
  5. ; XFILEIO.ASM export functions
  6. ;
  7. ;
  8. ;
  9. ; ****** XLIB - Mode X graphics library                ****************
  10. ; ******                                               ****************
  11. ; ****** Written By Themie Gouthas                     ****************
  12. ; ****** Aeronautical Research Laboratory              ****************
  13. ; ****** Defence Science and Technology Organisation   ****************
  14. ; ****** Australia                                     ****************
  15. ;
  16. ; egg@dstos3.dsto.gov.au
  17. ; teg@bart.dsto.gov.au
  18. ;-----------------------------------------------------------------------
  19.  
  20.         global _f_open            :proc
  21.         global _f_close           :proc
  22.             global _f_read            :proc
  23.             global _f_write           :proc
  24.             global _f_seek            :proc
  25.         global _f_filelength      :proc
  26.  
  27.